- Don't set the sidebar padding twice.
- Add padding to the assistant sidebar directly, as it doesn't have
.navigation-sidebar internally.
- Set missing margin to the sidebar separator.
See https://gitlab.gnome.org/GNOME/gtk/-/issues/3382
window.assistant {
.sidebar {
+ padding: $menu-margin;
background-color: $base_color;
border-top: 1px solid $borders_color;
-
}
&.csd .sidebar { border-top-style: none; }
* Sidebar *
***********/
.sidebar {
- padding: $menu-margin;
border-style: none;
background-color: mix($bg_color, $base_color, 50%);
.navigation-sidebar {
padding: $menu-margin 0; //only vertical padding. horizontal row size would clip
+ > separator {
+ margin: $menu-margin;
+ }
+
> row {
min-height: 36px;
padding: 0 8px;